VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

hide\show

sck  (2 Submissions)   Miscellaneous   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

this simple code can hide\show your clock, start button, tray icons, taskbar, and desktop. Please vote!!!

API Declarations
Private Declare Function ShowWindow Lib "user32" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long

Rate hide\show (11(11 Vote))
hide\show.bas

hide\show Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters